crypto/elliptic/internal/nistec.P521Point.Add (method)
5 uses
crypto/elliptic/internal/nistec (current package)
p521.go#L159: func (q *P521Point) Add(p1, p2 *P521Point) *P521Point {
p521.go#L278: table[i].Add(table[i-1], q)
p521.go#L295: p.Add(p, t)
p521.go#L306: p.Add(p, t)
crypto/elliptic
p521.go#L127: return p521PointToAffine(p1.Add(p1, p2))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)